Assert that we don't build test project twice.
authorAleksey Kladov <aleksey.kladov@gmail.com>
Wed, 15 Feb 2017 14:16:41 +0000 (17:16 +0300)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Wed, 15 Feb 2017 20:29:57 +0000 (23:29 +0300)
commit5e8eef977bcc3172a5e3c61a333c07ae54e6e48f
treee128c41a6994afdd0fd1ad63e784af5feca9c23d
parenta73a665e18cb09e9fd3a8918dbf4571b183e3012
Assert that we don't build test project twice.

That may work on linux and fail on windows, so it's better to proactively verify it.
18 files changed:
tests/build-script.rs
tests/build.rs
tests/cargotest/support/mod.rs
tests/check.rs
tests/clean.rs
tests/cross-compile.rs
tests/doc.rs
tests/features.rs
tests/metadata.rs
tests/package.rs
tests/path.rs
tests/proc-macro.rs
tests/profiles.rs
tests/publish.rs
tests/registry.rs
tests/run.rs
tests/test.rs
tests/version.rs